SET PARTICLE FLOOR

This command will set whether the particle within the particles object will hit a predetermined floor at zero Y in 3D world space.

  Syntax
SET PARTICLE FLOOR Particle Number, Floor Flag
  Parameters
Particle Number
Integer
The particle object number
Floor Flag
Integer
The default is a flag value of one. A value of zero will remove the invisible floor allowing particles to continue to exist until they eventually fade

  Returns

This command does not return a value.

  Description

The default is a flag value of one. A value of zero will remove the invisible floor allowing particles to continue to exist until they eventually fade.

  Example Code
make particles 4, 0, 10, 10.0
position particles 4, 3, 2, 10
set particle emissions 4, 1
set particle speed 4, 0.005
set particle velocity 4, 10
set particle floor 4, rnd(1)
do
loop
delete particles 4
end
  See also

PARTICLES Commands Menu
Index